Click or drag to resize

DeleteType Enumeration

Indicates how items in a conversation are deleted.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum DeleteType
Members
  Member nameValueDescription
HardDelete0 Indicates that items in a conversation are permanently removed from the mailbox database.
SoftDelete1 Indicates that items in a conversation are moved to the dumpster if the dumpster is enabled.
MoveToDeletedItems2 Indicates that items in a conversation are moved to the dumpster if the dumpster is enabled.
None3 None.
See Also